Response Encryption Specification
data class ResponseEncryptionSpecification(val encryptionAlgorithm: JWEAlgorithm, val encryptionMethod: EncryptionMethod, val recipientKey: JWK) : Serializable(source)
The client's (verifier) requirement for authorization response encryption that can be fulfilled by the wallet.